-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix to install failure's on Ubuntu #34
Conversation
in Chris lea's PPA
+1 |
1 similar comment
+1 |
+1 |
nodejs-dev PPA for Ubuntu (Chris Lea) was missing
+1 |
3 similar comments
👍 |
+1 |
+1 |
Any chance you can rebase this on master? I can't merge it despite all the +1's as it's got conflicts. :) Rebase it and I'll get this sorted for you. |
Conflicts: spec/classes/nodejs_spec.rb
I've now merged the pending changes back into mine, so hopefully it's good to merge back. Cheers, |
Fix to install failure's on Ubuntu
And merged, hope that helps all you ubuntu users :) |
I think there is a issue with the logic Switching it to |
@rtgibbons +1 |
amazon EC2 Ubuntu, |
If you could all test #45 I would appreciate it (I don't use nodejs so I want to make sure I didn't bungle this for you all) |
Hi.
As described here: https://chrislea.com/2013/03/15/upgrading-from-node-js-0-8-x-to-0-10-0-from-my-ppa/, the node.js package in Chris Lea's PPA now contains npm. Requiring npm separately causes Ubuntu to fallback to it's own packaged version, which requires an earlier version of node.js. This patch causes the npm package to not be required if using Chris's PPA.